Filename | (eval 1057)[/usr/share/perl5/YAML/Base.pm:73] |
Statements | Executed 321 statements in 1.03ms |
Eval Invoked At | /usr/share/perl5/YAML/Base.pm line 73 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
128 | 4 | 1 | 836µs | 836µs | __ANON__[:7] | YAML::Base::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 836µs within YAML::Base::__ANON__[(eval 1057)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 128 times, avg 7µs/call:
# 32 times (359µs+0s) by YAML::Loader::load at line 26 of YAML/Loader.pm, avg 11µs/call
# 32 times (201µs+0s) by YAML::Loader::_parse at line 43 of YAML/Loader.pm, avg 6µs/call
# 32 times (139µs+0s) by YAML::Loader::_parse at line 38 of YAML/Loader.pm, avg 4µs/call
# 32 times (137µs+0s) by YAML::Loader::_parse at line 40 of YAML/Loader.pm, avg 4µs/call | ||||
2 | 128 | 200µs | $_[0]->{stream} = '' | ||
3 | unless exists $_[0]->{stream}; | ||||
4 | 128 | 611µs | return $_[0]->{stream} unless $#_ > 0; | ||
5 | 32 | 48µs | $_[0]->{stream} = $_[1]; | ||
6 | 32 | 165µs | return $_[0]->{stream}; | ||
7 | } | ||||
8 | |||||
9 | 1 | 9µs | ; |